home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / giffer.arc / giffer.doc < prev    next >
Text File  |  1989-03-25  |  2KB  |  43 lines

  1.     Giffer: A program to display GIF images on a mono-ST
  2.  
  3. Giffer will display GIF images on an Atari ST with monochome monitor
  4. using a variety of dithering methods, including Floyd-Steinberg.
  5. It can be used from a shell or the desktop.
  6.  
  7. This archive will contain GIFFER.TTP, the program,
  8. and ALBERT.GIF, a sample GIF image.
  9.  
  10. To use Giffer from the desktop, you should install with these steps:
  11. - select GIFFER.TTP (single click it).
  12. - invoke "Install Application" from the menu bar (under Utilities).
  13. - type "GIF" as the extension (no return).
  14. - click the INSTALL button.
  15. You can now view your .GIF files by double-clicking the .GIF files.
  16. Once the image appears you can press a digit from 0 through 3
  17. to select other dithering methods (see below).
  18. Pressing any other key will return to the desktop.
  19.  
  20. To use Giffer from a shell, use
  21.     giffer [-i] [-v] [-l] [-r] [-[0123]] file ...
  22. After displaying the image, Giffer will wait for a key press
  23. as described above. There are several command options available:
  24.     -i: only print information about the image; don't display.
  25.     -v: print information about the image before displaying.
  26.     -l, -r: rotate the image 90 degress left or right.
  27.     -[0123]: select a different dithering method.
  28.  
  29. Dithering is a technique to display grey-level images on a two-level display.
  30. The dithering methods are:
  31.     0: black and white, no dithering. Useful if image already dithered.
  32.     1: a 16 by 16 regular dither. This gives 256 grey levels.
  33.        Only 30-40 are really distinguishable. This is the default.
  34.     2: a 2 by 2 regular dither. This gives 5 grey levels.
  35.     3: Floyd-Steinberg dither. This gives many grey levels
  36.        but has less loss of detail than the regular dithers.
  37.        It is also a bit slower.
  38.  
  39. Giffer was compiled with GCC and dLibs. Giffer is unrelated to a program
  40. of the same name for the Mac. GIF is a trademark of Compuserve.
  41.  
  42.         Eric Gisin, egisin@math.Waterloo.EDU
  43.